home *** CD-ROM | disk | FTP | other *** search
/ Clickx 34 / Clickx 34.iso / assets / software / BufferZoneWB.msi / Cabs.w1.cab / ClientGUI.exe / 0 / RCDATA / TRLNEWPROGEXPERTWIN / TRLNEWPROGEXPERTWIN.txt < prev   
Encoding:
Text File  |  2006-11-09  |  3.8 KB  |  172 lines

  1. object RlNewProgExpertWin: TRlNewProgExpertWin
  2.   Left = 349
  3.   Top = 135
  4.   ActiveControl = MainPanel
  5.   BorderStyle = bsDialog
  6.   Caption = 'RlNewProgExpertWin'
  7.   ClientHeight = 217
  8.   ClientWidth = 396
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDeactivate = FormDeactivate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object MainPanel: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 396
  29.     Height = 217
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     Caption = 'MainPanel'
  33.     TabOrder = 0
  34.     object Panel2: TPanel
  35.       Left = 0
  36.       Top = 0
  37.       Width = 396
  38.       Height = 217
  39.       Align = alClient
  40.       BevelOuter = bvNone
  41.       ParentColor = True
  42.       TabOrder = 0
  43.       OnMouseMove = OnWinMouseMove
  44.       object Image1: TImage
  45.         Left = 16
  46.         Top = 40
  47.         Width = 32
  48.         Height = 32
  49.         Picture.Data = {<image000.bmp>}
  50.         Transparent = True
  51.       end
  52.       object ShortNameLbl: TLabel
  53.         Left = 48
  54.         Top = 40
  55.         Width = 68
  56.         Height = 13
  57.         Alignment = taRightJustify
  58.         AutoSize = False
  59.         Caption = 'Name:'
  60.       end
  61.       object PublisherLbl: TLabel
  62.         Left = 48
  63.         Top = 60
  64.         Width = 68
  65.         Height = 13
  66.         Alignment = taRightJustify
  67.         AutoSize = False
  68.         Caption = 'Publisher:'
  69.       end
  70.       object Bevel1: TBevel
  71.         Left = 2
  72.         Top = 149
  73.         Width = 455
  74.         Height = 2
  75.       end
  76.       object Image2: TImage
  77.         Left = 16
  78.         Top = 164
  79.         Width = 32
  80.         Height = 32
  81.         Picture.Data = {<image001.ico>}
  82.       end
  83.       object RecommendedLbl: TLabel
  84.         Left = 72
  85.         Top = 122
  86.         Width = 97
  87.         Height = 13
  88.         Alignment = taCenter
  89.         AutoSize = False
  90.         Caption = '(Recommended)'
  91.       end
  92.       object SubTitleLbl: TLabel
  93.         Left = 16
  94.         Top = 16
  95.         Width = 65
  96.         Height = 13
  97.         Caption = 'SubTitleLbl'
  98.         Font.Charset = DEFAULT_CHARSET
  99.         Font.Color = clWindowText
  100.         Font.Height = -11
  101.         Font.Name = 'MS Sans Serif'
  102.         Font.Style = [fsBold]
  103.         ParentFont = False
  104.       end
  105.       object FileShortNameLbl: TLabel
  106.         Left = 124
  107.         Top = 40
  108.         Width = 83
  109.         Height = 13
  110.         Caption = 'FileShortNameLbl'
  111.       end
  112.       object FilePublisherLbl: TLabel
  113.         Left = 124
  114.         Top = 60
  115.         Width = 73
  116.         Height = 13
  117.         Caption = 'FilePublisherLbl'
  118.       end
  119.       object Image3: TImage
  120.         Left = 16
  121.         Top = 164
  122.         Width = 32
  123.         Height = 32
  124.         Center = True
  125.         Picture.Data = {<image002.TPNGObject>}
  126.       end
  127.       object MsgMemo: TMemo
  128.         Left = 64
  129.         Top = 160
  130.         Width = 321
  131.         Height = 49
  132.         BorderStyle = bsNone
  133.         Lines.Strings = (
  134.           'MsgMemo')
  135.         ParentColor = True
  136.         ReadOnly = True
  137.         TabOrder = 0
  138.         OnMouseMove = OnWinMouseMove
  139.       end
  140.       object BzBtn: TBitBtn
  141.         Left = 72
  142.         Top = 96
  143.         Width = 97
  144.         Height = 25
  145.         Caption = '&Run in BufferZone'
  146.         Default = True
  147.         TabOrder = 1
  148.         OnClick = TrustBtnClick
  149.       end
  150.       object NoBzBtn: TBitBtn
  151.         Left = 176
  152.         Top = 96
  153.         Width = 97
  154.         Height = 25
  155.         Caption = 'Run out of BZ'
  156.         TabOrder = 2
  157.         OnClick = TrustBtnClick
  158.       end
  159.       object CancelBtn: TBitBtn
  160.         Left = 280
  161.         Top = 96
  162.         Width = 97
  163.         Height = 25
  164.         Cancel = True
  165.         Caption = '&Don'#39't Run'
  166.         TabOrder = 3
  167.         OnClick = TrustBtnClick
  168.       end
  169.     end
  170.   end
  171. end
  172.